home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / williame.swf / scripts / frame_8 / PlaceObject2_187_115 / CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Text File  |  2007-09-27  |  208 b   |  11 lines

  1. onClipEvent(enterFrame){
  2.    if(_root.porte21.hitTest(_root.ship.hull))
  3.    {
  4.       tellTarget("_root")
  5.       {
  6.          gotoAndStop(11);
  7.          setProperty("_root.ship", _X, "500");
  8.       }
  9.    }
  10. }
  11.